home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / firewire / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  362 b   |  13 lines

  1. #
  2. # Makefile for the Linux IEEE 1394 implementation
  3. #
  4.  
  5. firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
  6.                    fw-device.o fw-cdev.o
  7. firewire-ohci-y += fw-ohci.o
  8. firewire-sbp2-y += fw-sbp2.o
  9.  
  10. obj-$(CONFIG_FIREWIRE) += firewire-core.o
  11. obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
  12. obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
  13.